home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
ObjectPalette
/
SumObject.h
< prev
next >
Wrap
Text File
|
1992-12-19
|
161b
|
16 lines
#import <appkit/appkit.h>
@interface SumObject:Object
{
id sum;
id summandOne;
id summandTwo;
}
- sumThem:sender;
-(NXImage *)getIBImage;
@end